home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / elcheapofax / faxcmd / libfax / rcs / conf.h,v < prev    next >
Text File  |  1995-03-09  |  2KB  |  119 lines

  1. head    1.3;
  2. access;
  3. symbols
  4.     OCT93:1.3;
  5. locks;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.3
  10. date    93.09.18.20.16.23;    author Rhialto;    state Exp;
  11. branches;
  12. next    1.2;
  13.  
  14. 1.2
  15. date    93.06.11.16.15.25;    author Rhialto;    state Exp;
  16. branches;
  17. next    1.1;
  18.  
  19. 1.1
  20. date    93.06.11.15.19.27;    author Rhialto;    state Exp;
  21. branches;
  22. next    ;
  23.  
  24.  
  25. desc
  26. @Configuration info
  27. @
  28.  
  29.  
  30. 1.3
  31. log
  32. @Add parentheses.
  33. @
  34. text
  35. @/* $Id: conf.h,v 1.2 1993/06/11 16:15:25 Rhialto Exp $
  36.  * $Log: conf.h,v $
  37.  * Revision 1.2  1993/06/11  16:15:25  Rhialto
  38.  * First real RCS checkin
  39.  *
  40.  */
  41. /*
  42.   This file was part of the NetFax system.
  43.   It has been severely modified for the Commodore Amiga
  44.   by Olaf 'Rhialto' Seibert.
  45.  
  46.   (c) Copyright 1989 by David M. Siegel.
  47.       All rights reserved.
  48.  
  49.     This program is free software; you can redistribute it and/or modify
  50.     it under the terms of the GNU General Public License as published by
  51.     the Free Software Foundation.
  52.  
  53.     This program is distributed in the hope that it will be useful,
  54.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  55.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  56.     GNU General Public License for more details.
  57.  
  58.     You should have received a copy of the GNU General Public License
  59.     along with this program; if not, write to the Free Software
  60.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  61. */
  62.  
  63. /*
  64.  * The default serial port that the faxmodem is connected to:
  65.  */
  66. #define FAX_DEVICE        "0/serial.device"
  67.  
  68. /*
  69.  * The queue directories:
  70.  */
  71. #define OUTGOING_QUEUE        "FAX:outgoing/"
  72. #define INCOMING_QUEUE        "FAX:incoming/"
  73.  
  74. /*
  75.  * Base filename for sequence files:
  76.  */
  77. #define SEQ_FILE        ".seq"
  78.  
  79. /*
  80.  * Minimum number of seconds to wait between delivery attempts:
  81.  */
  82. #define MIN_RETRY_WAIT        (60*5)
  83.  
  84. /*
  85.  * Number of retrys (requested by remote fax) allowed for each page:
  86.  */
  87. #define MAX_PAGE_RETRIES    3
  88.  
  89. /*
  90.  * How many times should I try to sync the modem?
  91.  */
  92. #define FAXMODEM_SYNC_TRIES 1000
  93.  
  94. @
  95.  
  96.  
  97. 1.2
  98. log
  99. @First real RCS checkin
  100. @
  101. text
  102. @d1 5
  103. a5 2
  104. /* $Id$
  105.  * $Log$
  106. d48 1
  107. a48 1
  108. #define MIN_RETRY_WAIT        60*5
  109. @
  110.  
  111.  
  112. 1.1
  113. log
  114. @Initial revision
  115. @
  116. text
  117. @d1 3
  118. @
  119.